-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-14416 resaving child entities after removal #9316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
98a3523 to
abe8e8f
Compare
|
Thanks for your pull request! This pull request does not follow the contribution rules. Could you have a look? ❌ All commit messages should start with a JIRA issue key matching pattern › This message was automatically generated. |
particularly in the case where this occurred as a result of identifier rollback
83d52f5 to
18380e9
Compare
| LOG.tracev( | ||
| "Updating immutable, deleted entity: {0}", | ||
| MessageHelper.infoString(persister, entry.getId(), factory) | ||
| infoString(persister, entry.getId(), factory) |
Check failure
Code scanning / CodeQL
Insertion of sensitive information into log files High
potentially sensitive information
| LOG.tracev( | ||
| "Updating non-modifiable, deleted entity: {0}", | ||
| MessageHelper.infoString(persister, entry.getId(), factory) | ||
| infoString(persister, entry.getId(), factory) |
Check failure
Code scanning / CodeQL
Insertion of sensitive information into log files High
potentially sensitive information
| LOG.tracev( | ||
| "Updating deleted entity: {0}", | ||
| MessageHelper.infoString(persister, entry.getId(), factory) | ||
| infoString(persister, entry.getId(), factory) |
Check failure
Code scanning / CodeQL
Insertion of sensitive information into log files High
potentially sensitive information
| LOG.tracev( | ||
| "Updating entity: {0}", | ||
| MessageHelper.infoString(persister, entry.getId(), factory) | ||
| infoString(persister, entry.getId(), factory) |
Check failure
Code scanning / CodeQL
Insertion of sensitive information into log files High
[Please describe here what your change is about]
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-14416